home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 597 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: xs1.xs4all.nl!marcone
  2. From: marcone@xs1.xs4all.nl (Marco Nelissen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga programmers in deep shit...
  5. Date: 8 Jan 1996 13:42:02 GMT
  6. Organization: XS4ALL, networking for the masses
  7. Distribution: world
  8. Message-ID: <4cr6va$o7@news.xs4all.nl>
  9. References: <4cjjbr$4im@maureen.teleport.com> <4cmvp3$mis@mordred.cc.jyu.fi> <4cnhfp$jjo@maureen.teleport.com>
  10. NNTP-Posting-Host: xs1.xs4all.nl
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Stephan Schaem (sschaem@teleport.com) wrote:
  14. :  You have a 4500x200 8bit picture on a floppy. this picture is the background
  15. :  for an horizontal scrolling map (Put what ever you want on top).
  16. :  now, as you scroll the map, you can load it from floppy tiny bit at a 
  17. :  time... No need to have in in memory.
  18.  
  19. So why can't this be done with a harddisk? Your floppydrive is capable
  20. of doing something like 30 kilobytes per second I believe, but let's round
  21. this up to 50k per second. Now take a harddisk that does 500k per second
  22. (which is quite slow). You will see that even if this harddisk requires
  23. 100% cpu, you still only use 10% of the total cpu, if you load at the same
  24. speed as a floppydrive. If you take more realistic figures for floppy-
  25. and harddisk-speed (35 kilobytes vs. 1 megabyte per second), you get
  26. 3.5% cpu-used for a harddisk, when loading the data at floppy-speed.
  27.  
  28. Marco
  29.